MindFusion.Scheduling for ASP.NET Programmer's Guide
XmlSerializationContext.WriteFloatArray Method
See Also
 





Writes the specified float array as an XML element with the specified name and the specified parent.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public XmlElement WriteFloatArray (
    float[] array,
    string elementName,
    string subElementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function WriteFloatArray( _
    array() As Single, _
    elementName As String, _
    subElementName As String, _
    parentElement As XmlElement _
) As XmlElement

 Parameters

array
Type: Single[]
The float array to write.
elementName
Type: String
The name of the element under which the array should be written.
subElementName
Type: String
The name of the XML elements under which the individual array values will be written.
parentElement

Type: XmlElement
The parent of the new XML element.

 Return Value

Type: XmlElement
The newly created XML element.

 Remarks

The count of new children elements depends on the number of float values in the array.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Scheduling Namespace